hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
StringEncoder
collie
codec
string
encoder
Undocumented in source.
class
StringEncoder : MessageToByteEncoder!string {
void
callBack
(ubyte[] data, size_t len);
ubyte
[]
encode
(string msg);
}
Members
Functions
callBack
void
callBack
(ubyte[] data, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte
[]
encode
(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
collie
codec
string
encoder
classes
StringEncoder